home *** CD-ROM | disk | FTP | other *** search
- /* $VER: SFS2.3 40.1 (21.6.99)
- *
- * 2.3GB 5¼" MO file system entry
- *
- * This file enables SFS on a 2.3GB 5¼" MO disk cartridge.
- */
-
- /* 2.3GB 5¼" MO disks have 2244958 512-byte sectors on each side. 62×36209 = 2244958 */
-
- FileSystem = L:SmartFileSystem
- Flags = 0
- Surfaces = 1
- BlocksPerTrack = 62
- SectorsPerBlock = 1
- SectorSize = 512
- Mask = 0x7FFFFFFE /* Change to suit your system and SCSI controller */
- MaxTransfer = 0xFFFFFFFE /* Change to suit your system and SCSI controller */
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 36208
- Buffers = 128 /* Number of 512-byte filesystem buffers */
- BufMemType = 1
- StackSize = 600
- Priority = 10
- GlobVec = -1
-
- /* The Device and Unit fields are controlled by tooltypes in the SFS2.3 icon.
- *
- * Device = scsi.device
- * Unit = 4
- */
-